home *** CD-ROM | disk | FTP | other *** search
/ Web Publisher's Design Gu…or Windows (2nd Edition) / design.iso / otherfiles / interactive resume / 00025.ls < prev    next >
Encoding:
Text File  |  1995-08-26  |  119 b   |  9 lines

  1. on exitFrame
  2.   global resUme
  3.   go("loopy")
  4.   set resUme to resUme + 1
  5.   if resUme = 7 then
  6.     go("more")
  7.   end if
  8. end
  9.